Autogenerated HTML docs for v2.10.0-129-g35f6
diff --git a/git-diff-files.html b/git-diff-files.html index 3173380..d47af64 100644 --- a/git-diff-files.html +++ b/git-diff-files.html
@@ -1087,13 +1087,16 @@ </dt> <dd> <p> - Specify how differences in submodules are shown. When <code>--submodule</code> - or <code>--submodule=log</code> is given, the <em>log</em> format is used. This format lists - the commits in the range like <a href="git-submodule.html">git-submodule(1)</a> <code>summary</code> does. - Omitting the <code>--submodule</code> option or specifying <code>--submodule=short</code>, - uses the <em>short</em> format. This format just shows the names of the commits - at the beginning and end of the range. Can be tweaked via the - <code>diff.submodule</code> configuration variable. + Specify how differences in submodules are shown. When specifying + <code>--submodule=short</code> the <em>short</em> format is used. This format just + shows the names of the commits at the beginning and end of the range. + When <code>--submodule</code> or <code>--submodule=log</code> is specified, the <em>log</em> + format is used. This format lists the commits in the range like + <a href="git-submodule.html">git-submodule(1)</a> <code>summary</code> does. When <code>--submodule=diff</code> + is specified, the <em>diff</em> format is used. This format shows an + inline diff of the changes in the submodule contents between the + commit range. Defaults to <code>diff.submodule</code> or the <em>short</em> format + if the config option is unset. </p> </dd> <dt class="hdlist1"> @@ -1658,6 +1661,14 @@ Do not show any source or destination prefix. </p> </dd> +<dt class="hdlist1"> +--line-prefix=<prefix> +</dt> +<dd> +<p> + Prepend an additional prefix to every line of output. +</p> +</dd> </dl></div> <div class="paragraph"><p>For more detailed explanation on these common options, see also <a href="gitdiffcore.html">gitdiffcore(7)</a>.</p></div>